diff options
| author | Michael Biebl <biebl@debian.org> | 2012-03-24 01:37:02 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2012-03-24 01:37:02 +0100 |
| commit | de06e5715e780baade318f3490ac7a4c9ce84e32 (patch) | |
| tree | 23fbc3fafc12072476eff98bee60100eb54c29db /marshallers/Makefile.am | |
| parent | b436a68a20ff3114ded32a7a3d70cdd4954039f9 (diff) | |
Imported Upstream version 0.9.4.0 upstream/0.9.4.0
Diffstat (limited to 'marshallers/Makefile.am')
| -rw-r--r-- | marshallers/Makefile.am | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/marshallers/Makefile.am b/marshallers/Makefile.am deleted file mode 100644 index 357029dd..00000000 --- a/marshallers/Makefile.am +++ /dev/null @@ -1,27 +0,0 @@ -noinst_LTLIBRARIES = libmarshallers.la - -BUILT_SOURCES = \ - nm-marshal.h \ - nm-marshal.c - -libmarshallers_la_SOURCES = \ - nm-marshal-main.c - -libmarshallers_la_CPPFLAGS = \ - $(GLIB_CFLAGS) \ - -DG_DISABLE_DEPRECATED - - -libmarshallers_la_LIBADD = $(GLIB_LIBS) - -EXTRA_DIST = nm-marshal.list -CLEANFILES = $(BUILT_SOURCES) - -nm-marshal.h: nm-marshal.list - $(GLIB_GENMARSHAL) $< --prefix=_nm_marshal --header > $@ - -nm-marshal.c: nm-marshal.list - $(GLIB_GENMARSHAL) $< --prefix=_nm_marshal --body > $@ - -nm-marshal-main.c: nm-marshal.c nm-marshal.h - |