aboutsummaryrefslogtreecommitdiffstats
path: root/libwombat
diff options
context:
space:
mode:
Diffstat (limited to 'libwombat')
-rw-r--r--libwombat/ChangeLog5
-rw-r--r--libwombat/Makefile.am5
2 files changed, 9 insertions, 1 deletions
diff --git a/libwombat/ChangeLog b/libwombat/ChangeLog
index e69de29bb2..14a9ad136f 100644
--- a/libwombat/ChangeLog
+++ b/libwombat/ChangeLog
@@ -0,0 +1,5 @@
+2003-06-16 Frederic Crozat <fcrozat@mandrakesoft.com>
+
+ * Makefile.am:
+ Add missing stub/skel to BUILD_SOURCES (bug #44717)
+
diff --git a/libwombat/Makefile.am b/libwombat/Makefile.am
index 30e7074396..c3a347876c 100644
--- a/libwombat/Makefile.am
+++ b/libwombat/Makefile.am
@@ -34,4 +34,7 @@ noinst_LTLIBRARIES = libwombat-static.la
libwombat_static_la_SOURCES = $(libwombat_la_SOURCES)
libwombat_static_la_LDFLAGS = --all-static
-EXTRA_DIST = ChangeLog.pre-1-4 \ No newline at end of file
+BUILT_SOURCES = $(IDL_GENERATED)
+CLEANFILES = $(BUILT_SOURCES)
+
+EXTRA_DIST = ChangeLog.pre-1-4