summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2015-12-04 09:55:40 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2015-12-04 09:55:40 +0000
commit52ba7365185737841774c5f11229dcd0ba63d0e2 (patch)
treed268a27f0995d7e13779496e42d4376523bdc2ad /Makefile.am
parent92885b9ce200f760563f36f1cf50150fecd0bd98 (diff)
downloadxdg-app-52ba7365185737841774c5f11229dcd0ba63d0e2.tar.gz
Add introspection support to libxdg-app
We may want to use it from non-C languages.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e7f8df0..08ceaab 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,6 +3,7 @@ NULL =
bin_PROGRAMS = $(NULL)
noinst_PROGRAMS = $(NULL)
libexec_PROGRAMS = $(NULL)
+CLEANFILES = $(NULL)
DISTCLEANFILES= $(NULL)
BUILT_SOURCES = $(NULL)