diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-11-06 14:55:02 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-11-06 15:02:14 +0100 |
commit | 17de78b173d94b819cc8c6e2116d015689c19eea (patch) | |
tree | d5da91db57fac55d5ad934f6f80130b3b6a7de93 /example | |
parent | 00872537171d5c5de705c20130606f3292323841 (diff) | |
download | ayatana-ido-17de78b173d94b819cc8c6e2116d015689c19eea.tar.gz ayatana-ido-17de78b173d94b819cc8c6e2116d015689c19eea.tar.bz2 ayatana-ido-17de78b173d94b819cc8c6e2116d015689c19eea.zip |
make: Improve distclean ruleset.
Diffstat (limited to 'example')
-rw-r--r-- | example/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/example/Makefile.am b/example/Makefile.am index 1cefafe..1709835 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -29,3 +29,5 @@ menus_CPPFLAGS = \ 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 |