[farsight2/master] Give the right rule name to generate enum files

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:20:48 PST 2008


---
 gst-libs/gst/farsight/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gst-libs/gst/farsight/Makefile.am b/gst-libs/gst/farsight/Makefile.am
index 077985d..b3db3ca 100644
--- a/gst-libs/gst/farsight/Makefile.am
+++ b/gst-libs/gst/farsight/Makefile.am
@@ -66,7 +66,7 @@ public_headers = fs-candidate.h \
 		fs-stream.h \
 		fs-conference-iface.h
 
-fs-enum-types-h: $(fs_headers) Makefile
+fs-enum-types.h: $(fs_headers) Makefile
 	( cd $(srcdir) && glib-mkenums \
 			--fhead "#ifndef __FS_ENUM_TYPES_H__\n#define __FS_ENUM_TYPES_H__\n\n#include <glib-object.h>\n\nG_BEGIN_DECLS\n" \
 			--fprod "/* enumerations from \"@filename@\" */\n" \
@@ -74,7 +74,7 @@ fs-enum-types-h: $(fs_headers) Makefile
 			--ftail "G_END_DECLS\n\n#endif /* __FS_ENUM_TYPES_H__ */" \
 		$(public_headers) ) > fs-enum-types.h
 
-fs-enum-types-c: $(fs_headers) Makefile
+fs-enum-types.c: $(fs_headers) Makefile
 	( cd $(srcdir) && glib-mkenums \
 			--fhead "#include <fs-conference-iface.h>" \
 			--fprod "\n/* enumerations from \"@filename@\" */" \
-- 
1.5.6.5




More information about the farsight-commits mailing list