diff options
author | Ewald Snel <esnel@users.sourceforge.net> | 2002-12-19 23:41:45 +0000 |
---|---|---|
committer | Ewald Snel <esnel@users.sourceforge.net> | 2002-12-19 23:41:45 +0000 |
commit | 217ed50549e44bf3f6d0e4d812629833b4d13d88 (patch) | |
tree | 9e62a4dd0a724986d419b691235a957fe3137324 | |
parent | 2fdced1ea06d359bb39fecc6b22488c203714568 (diff) | |
download | xine-lib-217ed50549e44bf3f6d0e4d812629833b4d13d88.tar.gz xine-lib-217ed50549e44bf3f6d0e4d812629833b4d13d88.tar.bz2 |
Undo for non-X11 front-ends
CVS patchset: 3590
CVS date: 2002/12/19 23:41:45
-rw-r--r-- | src/xine-engine/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-engine/Makefile.am b/src/xine-engine/Makefile.am index 8293edfaf..b3378b120 100644 --- a/src/xine-engine/Makefile.am +++ b/src/xine-engine/Makefile.am @@ -19,7 +19,7 @@ libxine_la_SOURCES = $(nvtv) xine.c metronom.c configfile.c buffer.c \ libxine_la_DEPENDENCIES = @INTLLIBS@ $(XINEUTILS_LIB) libxine_la_LIBADD = $(THREAD_LIBS) $(DYNAMIC_LD_LIBS) @INTLLIBS@ $(ZLIB_LIBS)\ - -lm $(XINEUTILS_LIB) $(X_LIBS) $(EXTRA_X_LIBS) + -lm $(XINEUTILS_LIB) libxine_la_LDFLAGS = \ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) |