From 2ce8e4a7d8ed34a16e825c639129e92d8f0d05bd Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Fri, 7 Aug 2020 12:18:59 +0200 Subject: Drop IDO Message Dialog Fixes AyatanaIndicators/ayatana-ido#6. --- example/Makefile.am | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'example/Makefile.am') 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 -- cgit v1.2.3