diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-08-10 22:17:23 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-08-10 22:17:23 +0200 |
commit | 4e2ff263b8fdffe1251c1db956a6682f10ee2943 (patch) | |
tree | 893f091b1b85ffea124dae3ecafc2eeca499db67 /example/Makefile.am | |
parent | f062e19604a78481b88c2c2be3c93ac4cc4f4f93 (diff) | |
parent | 2ce8e4a7d8ed34a16e825c639129e92d8f0d05bd (diff) | |
download | ayatana-ido-4e2ff263b8fdffe1251c1db956a6682f10ee2943.tar.gz ayatana-ido-4e2ff263b8fdffe1251c1db956a6682f10ee2943.tar.bz2 ayatana-ido-4e2ff263b8fdffe1251c1db956a6682f10ee2943.zip |
Merge branch 'tari01-master'
Attributes GH PR #9: https://github.com/AyatanaIndicators/ayatana-ido/pull/9
Diffstat (limited to 'example/Makefile.am')
-rw-r--r-- | example/Makefile.am | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/example/Makefile.am b/example/Makefile.am index 1709835..d52ac1c 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -1,23 +1,11 @@ VER=3 noinst_PROGRAMS = \ - messagedialog \ menus -messagedialog_SOURCES = \ - messagedialog.c - menus_SOURCES = \ menus.c -messagedialog_CPPFLAGS = \ - -I$(top_srcdir) \ - -I$(top_srcdir)/src \ - -I$(top_builddir)/src \ - $(GCC_FLAGS) \ - $(GTK_CFLAGS) \ - $(MAINTAINER_CFLAGS) - menus_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/src \ @@ -26,8 +14,6 @@ menus_CPPFLAGS = \ $(GTK_CFLAGS) \ $(MAINTAINER_CFLAGS) -messagedialog_LDADD = $(top_builddir)/src/libayatana-ido$(VER)-0.4.la $(GTK_LIBS) - menus_LDADD = $(top_builddir)/src/libayatana-ido$(VER)-0.4.la $(GTK_LIBS) -DISTCLEANFILES = Makefile.in
\ No newline at end of file +DISTCLEANFILES = Makefile.in |