running make distdir in the dir you change stuff in might help ;)

Original commit message from CVS:
running make distdir in the dir you change stuff in might help ;)
This commit is contained in:
Thomas Vander Stichele 2002-01-05 09:33:57 +00:00
parent bc3ea27c3b
commit d877412c09

View file

@ -2,5 +2,7 @@ noinst_PROGRAMS = test1 test2
test1_SOURCES = test1.c gstbuffer.c gstmempool.c
noinst_HEADERS = gstbuffer.h
LDADD = $(GST_LIBS)
AM_CFLAGS = $(GST_CFLAGS)