diff options
| author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-06-09 09:25:27 +0000 | 
|---|---|---|
| committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-06-09 09:25:27 +0000 | 
| commit | 16a7ea726292daebc70b8665b0c37a4d76e06e09 (patch) | |
| tree | 0000ed6b208e8cf28e2b464cd991edfcab489da8 | |
| parent | 2a3685b0acf5a85715c3c97c6bc9377c3902e5c9 (diff) | |
add headers to HEADERS
Original commit message from CVS:
add headers to HEADERS
| -rw-r--r-- | ext/jpeg/Makefile.am | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/jpeg/Makefile.am b/ext/jpeg/Makefile.am index 15ff3f75..385f22da 100644 --- a/ext/jpeg/Makefile.am +++ b/ext/jpeg/Makefile.am @@ -6,4 +6,4 @@ libgstjpeg_la_CFLAGS = $(GST_CFLAGS)  libgstjpeg_la_LIBADD = $(JPEG_LIBS)   libgstjpeg_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -noinst_HEADERS = gstjpegdec.h gstjpegenc.h +noinst_HEADERS = gstjpegdec.h gstjpegenc.h gstsmokeenc.h gstsmokedec.h  | 
