comparison src/libaudacious/Makefile @ 2541:c399c0979e09 trunk

[svn] - put configdb back in libaudacious as the client library needs it
author nenolod
date Sat, 17 Feb 2007 02:32:37 -0800
parents b06d60a5cb15
children 29116f52056f
comparison
equal deleted inserted replaced
2540:6b2743b54fd7 2541:c399c0979e09
18 -D_AUDACIOUS_CORE \ 18 -D_AUDACIOUS_CORE \
19 -I.. -I../.. \ 19 -I.. -I../.. \
20 -I../intl 20 -I../intl
21 21
22 SOURCES = \ 22 SOURCES = \
23 configdb.c \
23 beepctrl.c 24 beepctrl.c
24 25
25 OBJECTS = ${SOURCES:.c=.o} 26 OBJECTS = ${SOURCES:.c=.o}
26 27
27 HEADERS = \ 28 HEADERS = \
29 configdb.h \
28 beepctrl.h 30 beepctrl.h
29 31
30 include ../../mk/objective.mk 32 include ../../mk/objective.mk
31 33
32 install-posthook: 34 install-posthook: