diff src/libaudacious/Makefile @ 2431:3ec22a11c83e trunk

[svn] - moved titlestring.* and xconvert.* from libaudacious to audacious
author mf0102
date Sat, 27 Jan 2007 12:10:21 -0800
parents 193bae6b2c8f
children 97a305e550cf
line wrap: on
line diff
--- a/src/libaudacious/Makefile	Sat Jan 27 11:40:05 2007 -0800
+++ b/src/libaudacious/Makefile	Sat Jan 27 12:10:21 2007 -0800
@@ -7,16 +7,16 @@
 OBJECTIVE_SONAME_SUFFIX = 4
 
 LIBADD = \
-	$(GTK_LIBS)      \
-	$(GCONF_LIBS)	\
+	$(GTK_LIBS) \
+	$(GCONF_LIBS) \
 	$(LIBMCS_LIBS)
 
 CFLAGS += $(PICFLAGS) \
-	$(GTK_CFLAGS)        \
-	$(GCONF_CFLAGS)      \
-	$(LIBMCS_CFLAGS)	\
-	-D_AUDACIOUS_CORE    \
-	-I.. -I../..	      \
+	$(GTK_CFLAGS) \
+	$(GCONF_CFLAGS) \
+	$(LIBMCS_CFLAGS) \
+	-D_AUDACIOUS_CORE \
+	-I.. -I../.. \
 	-I../intl
 
 CONF_SRC = configdb_$(CONFIGDB_BACKEND).c
@@ -24,18 +24,14 @@
 SOURCES = \
 	$(CONF_SRC) \
 	rcfile.c \
-	beepctrl.c \
-	titlestring.c \
-	xconvert.c
+	beepctrl.c
 
 OBJECTS = ${SOURCES:.c=.o}
 
 HEADERS = \
 	rcfile.h \
 	configdb.h \
-	beepctrl.h \
-	titlestring.h \
-	xconvert.h
+	beepctrl.h
 
 include ../../mk/objective.mk