Mercurial > audlegacy
changeset 498:1618a9404868 trunk
[svn] removed X11 dependencies and cflags from audacious/makefile.am
author | giacomo |
---|---|
date | Wed, 25 Jan 2006 17:27:09 -0800 |
parents | dfba4ac44dd8 |
children | 626c86bda311 |
files | audacious/Makefile.am |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/audacious/Makefile.am Wed Jan 25 09:31:04 2006 -0800 +++ b/audacious/Makefile.am Wed Jan 25 17:27:09 2006 -0800 @@ -6,7 +6,6 @@ audacious_LDFLAGS = -export-dynamic audacious_LDADD = \ - $(X_LIBS) $(X_PRE_LIBS) -lX11 $(X_EXTRA_LIBS) \ $(GTK_LIBS) \ $(LIBGLADE_LIBS) \ $(LTLIBINTL) \ @@ -14,7 +13,6 @@ $(top_builddir)/libaudcore/libaudcore.la audacious_CFLAGS = \ - $(X_CFLAGS) \ $(GTK_CFLAGS) \ $(LIBGLADE_CFLAGS) \ $(BEEP_DEFINES) \