[gnome-panel/gnome-3-24] libgnome-panel: turn into private library



commit b00defc82326468ca4cb2b646d0e1208b4046d6b
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Tue Mar 21 13:45:49 2017 +0200

    libgnome-panel: turn into private library

 libgnome-panel/Makefile.am |   12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)
---
diff --git a/libgnome-panel/Makefile.am b/libgnome-panel/Makefile.am
index 78d3b50..fe1457e 100644
--- a/libgnome-panel/Makefile.am
+++ b/libgnome-panel/Makefile.am
@@ -1,6 +1,6 @@
 NULL =
 
-lib_LTLIBRARIES = libgnome-panel.la
+noinst_LTLIBRARIES = libgnome-panel.la
 
 libgnome_panel_la_SOURCES = \
        gp-applet.c \
@@ -30,7 +30,6 @@ libgnome_panel_la_CFLAGS = \
        $(NULL)
 
 libgnome_panel_la_LDFLAGS = \
-       -version-info $(LIBGNOME_PANEL_LT_VERSION) \
        $(WARN_LDFLAGS) \
        $(AM_LDFLAGS) \
        $(NULL)
@@ -39,15 +38,6 @@ libgnome_panel_la_LIBADD = \
        $(LIBGNOME_PANEL_LIBS) \
        $(NULL)
 
-libgnome_panel_includedir = $(includedir)/gnome-panel/libgnome-panel
-libgnome_panel_include_HEADERS = \
-       gp-applet.h \
-       gp-applet-info.h \
-       gp-enum-types.h \
-       gp-module.h \
-       gp-module-info.h \
-       $(NULL)
-
 ENUM_TYPES = \
        $(srcdir)/gp-applet.h \
        $(NULL)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]