summaryrefslogtreecommitdiff
path: root/glade
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2009-10-22 12:18:13 +0200
committerNick Schermer <nick@xfce.org>2009-10-22 12:29:31 +0200
commit91eedf0fba005fdafff622843c64d4593a15dbb9 (patch)
tree849b1e295629b47bf7734ddaea267c856c46e487 /glade
parentc06777f98999a3a7f077eacacc83998b36924da0 (diff)
downloadlibxfce4ui-91eedf0fba005fdafff622843c64d4593a15dbb9.tar.gz
Move the visibility-alias stuff back in.
Also fix some wrong usage of CFLAGS and include libxfce4util in the libxfce4ui.h header, we did this in gui4 too so this makes porting easier.
Diffstat (limited to 'glade')
-rw-r--r--glade/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/glade/Makefile.am b/glade/Makefile.am
index 997467c..b19e357 100644
--- a/glade/Makefile.am
+++ b/glade/Makefile.am
@@ -23,16 +23,19 @@ libxfce4uiglade_la_SOURCES = \
libxfce4uiglade_la_CFLAGS = \
$(GLADEUI_CFLAGS) \
+ $(LIBXFCE4UTIL_CFLAGS) \
$(PLATFORM_CFLAGS)
libxfce4uiglade_la_LDFLAGS = \
-no-undefined \
-avoid-version \
- -module
+ -module \
+ $(PLATFORM_LDFLAGS)
libxfce4uiglade_la_LIBADD = \
$(top_builddir)/libxfce4ui/libxfce4ui-1.la \
- $(GLADEUI_CFLAGS)
+ $(LIBXFCE4UTIL_LIBS) \
+ $(GLADEUI_LIBS)
##
## Glade catalog xml file