diff options
author | Ted Gould <ted@gould.cx> | 2010-11-11 09:59:36 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-11-11 09:59:36 -0600 |
commit | e6a847b01ec74c372069a4bfb2918017c58429e0 (patch) | |
tree | 9b5839fd9c6c0ef0af5e6d739d717cda144d8353 /tools/Makefile.am | |
parent | 022e4bfbcb06a66552007abc8f9f329ce86c9995 (diff) | |
parent | 10d7e22266bf5591f1544d97db00ea631fbc57d5 (diff) | |
download | libayatana-indicator-e6a847b01ec74c372069a4bfb2918017c58429e0.tar.gz libayatana-indicator-e6a847b01ec74c372069a4bfb2918017c58429e0.tar.bz2 libayatana-indicator-e6a847b01ec74c372069a4bfb2918017c58429e0.zip |
Merging in the GTK3 basis for the build
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 168cea8..6c67491 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,3 +1,8 @@ +if USE_GTK3 +INDICATOR_LIB = -lindicator3 +else +INDICATOR_LIB = -lindicator +endif libexec_PROGRAMS = \ indicator-loader @@ -17,7 +22,7 @@ indicator_loader_CFLAGS = \ indicator_loader_LDADD = \ $(LIBINDICATOR_LIBS) \ -L$(top_builddir)/libindicator/.libs \ - -lindicator + $(INDICATOR_LIB) xsessiondir = $(sysconfdir)/X11/Xsession.d |