diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-06-27 15:42:15 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-06-27 15:42:15 +0000 |
commit | 4f5bb5fc3aca30d14d7ef8e3e58a33cceacb6fa2 (patch) | |
tree | 3f69178151d58ebbb209e38a2fdf451484098046 /gst-libs/gst/colorbalance | |
parent | cb11781c5be3df6e01891d6c73932e1772737c58 (diff) | |
download | gst-plugins-bad-4f5bb5fc3aca30d14d7ef8e3e58a33cceacb6fa2.tar.gz gst-plugins-bad-4f5bb5fc3aca30d14d7ef8e3e58a33cceacb6fa2.tar.bz2 gst-plugins-bad-4f5bb5fc3aca30d14d7ef8e3e58a33cceacb6fa2.zip |
unbreak install
Original commit message from CVS:
unbreak install
Diffstat (limited to 'gst-libs/gst/colorbalance')
-rw-r--r-- | gst-libs/gst/colorbalance/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gst-libs/gst/colorbalance/Makefile.am b/gst-libs/gst/colorbalance/Makefile.am index e7cf3d8c..db2ba4d6 100644 --- a/gst-libs/gst/colorbalance/Makefile.am +++ b/gst-libs/gst/colorbalance/Makefile.am @@ -18,7 +18,9 @@ built_headers = \ colorbalance-marshal.h \ colorbalance-enumtypes.h -libgstcolorbalanceinclude_HEADERS = $(colorbalance_headers) +libgstcolorbalanceinclude_HEADERS = \ + $(colorbalance_headers) \ + colorbalance-enumtypes.h nodist_libgstcolorbalanceinclude_HEADERS = \ colorbalance-enumtypes.h |