diff options
author | Monsta <[email protected]> | 2015-01-15 22:17:35 +0300 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2015-01-22 09:06:32 +0100 |
commit | 4c981d10d0ca6219d23ded0713912813b9c07fb3 (patch) | |
tree | 02f41c74f9b24bac45fd476561383e0daaa5b579 /src/Makefile.am | |
parent | 0d1aee834241ffd99a122c2753ba1e6bb2247a54 (diff) | |
download | mate-indicator-applet-4c981d10d0ca6219d23ded0713912813b9c07fb3.tar.bz2 mate-indicator-applet-4c981d10d0ca6219d23ded0713912813b9c07fb3.tar.xz |
drop indicator-0.3 support
Closes https://github.com/mate-desktop/mate-indicator-applet/issues/10
Closes https://github.com/mate-desktop/mate-indicator-applet/pull/11
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 1b66f5e..1799f54 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,8 +11,7 @@ mate_indicator_applet_CFLAGS = \ -DINDICATOR_ICONS_DIR=\""$(INDICATORICONSDIR)"\" \ -DINDICATOR_APPLET \ -I$(srcdir)/.. \ - $(APPLET_CFLAGS) \ - $(INDICATOR3_CFLAGS) $(INDICATOR4_CFLAGS) + $(APPLET_CFLAGS) mate_indicator_applet_SOURCES = \ applet-main.c \ @@ -23,7 +22,6 @@ mate_indicator_applet_SOURCES = \ mate_indicator_applet_LDADD = \ $(APPLET_LIBS) \ - $(INDICATOR3_LIBS) $(INDICATOR4_LIBS) \ -lX11 mate_indicator_applet_appmenu_CFLAGS = \ @@ -33,8 +31,7 @@ mate_indicator_applet_appmenu_CFLAGS = \ -DINDICATOR_ICONS_DIR=\""$(INDICATORICONSDIR)"\" \ -DINDICATOR_APPLET_APPMENU \ -I$(srcdir)/.. \ - $(APPLET_CFLAGS) \ - $(INDICATOR3_CFLAGS) $(INDICATOR4_CFLAGS) + $(APPLET_CFLAGS) mate_indicator_applet_appmenu_SOURCES = \ applet-main.c \ @@ -45,7 +42,6 @@ mate_indicator_applet_appmenu_SOURCES = \ mate_indicator_applet_appmenu_LDADD = \ $(APPLET_LIBS) \ - $(INDICATOR3_LIBS) $(INDICATOR4_LIBS) \ -lX11 mate_indicator_applet_complete_CFLAGS = \ @@ -55,8 +51,7 @@ mate_indicator_applet_complete_CFLAGS = \ -DINDICATOR_ICONS_DIR=\""$(INDICATORICONSDIR)"\" \ -DINDICATOR_APPLET_COMPLETE \ -I$(srcdir)/.. \ - $(APPLET_CFLAGS) \ - $(INDICATOR3_CFLAGS) $(INDICATOR4_CFLAGS) + $(APPLET_CFLAGS) mate_indicator_applet_complete_SOURCES = \ applet-main.c \ @@ -67,5 +62,4 @@ mate_indicator_applet_complete_SOURCES = \ mate_indicator_applet_complete_LDADD = \ $(APPLET_LIBS) \ - $(INDICATOR3_LIBS) $(INDICATOR4_LIBS) \ -lX11 |