diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-08 18:02:36 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-08 18:02:36 +0000 |
commit | 08d4b51130e43fee1993e8372387ec8d47586939 (patch) | |
tree | 5c0f75e615c62e3f405f8df4f0849a583731a009 /editor | |
parent | b3b597a1e4a7532e97f743f8be3dd5cec4ad9fe1 (diff) |
*sigh*
Original commit message from CVS:
*sigh*
Diffstat (limited to 'editor')
-rw-r--r-- | editor/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/Makefile.am b/editor/Makefile.am index 561a1edaf..44e5e513e 100644 --- a/editor/Makefile.am +++ b/editor/Makefile.am @@ -16,7 +16,7 @@ libgsteditor_la_SOURCES = \ gstelementselect.c \ gsteditorcreate.c -libgsteditor_la_CFLAGS = -DDATADIR="\"$(gladedir)/\"" $(GNOME_CFLAGS) $(LIBGLADE_GNOME_CFLAGS) +libgsteditor_la_CFLAGS = -DDATADIR="\"$(gladedir)/\"" $(GNOME_CFLAGS) $(LIBGLADE_GNOME_CFLAGS) $(GST_CFLAGS) libgsteditor_la_LDFLAGS = $(GNOME_LIBS) $(LIBGLADE_GNOME_LIBS) libgsteditorincludedir = $(includedir)/gst |