diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-11-15 11:54:39 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-11-15 11:54:39 +0000 |
commit | 689e45ff69d096060557a543b59095f8afc3bd3c (patch) | |
tree | 0668b3952a6f01b47b012866711aecbe42f49d3a | |
parent | 97115b02e6e06edf304663f24f1e41c123dfee81 (diff) | |
download | gst-plugins-bad-689e45ff69d096060557a543b59095f8afc3bd3c.tar.gz gst-plugins-bad-689e45ff69d096060557a543b59095f8afc3bd3c.tar.bz2 gst-plugins-bad-689e45ff69d096060557a543b59095f8afc3bd3c.zip |
fix makefile
Original commit message from CVS:
fix makefile
-rw-r--r-- | sys/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/Makefile.am b/sys/Makefile.am index d2f77a5e..55d4fb86 100644 --- a/sys/Makefile.am +++ b/sys/Makefile.am @@ -39,7 +39,7 @@ X_DIR=xvideo XI_DIR=ximage else X_DIR= -X_DIR= +XI_DIR= endif if USE_XVIDEO |