repo.or.cz
/
gmpc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Reduce memory usage a little by avoiding the cover-art array to be initialized in...
[gmpc.git]
/
remote
/
Makefile.am
blob
beefcf247737f07a0dc56d506295aa86a335e7a1
1
bin_PROGRAMS=gmpc-remote
2
gmpc_remote_SOURCES=\
3
main.c\
4
bacon-message-connection.c
5
6
7
INCLUDES= @EXTRA_CFLAGS@ -Wall\
8
-DVERSION=\"@VERSION@\"\
9
-DGMPC_BUILD=1
10
11
LIBS= \
12
@glib_LIBS@ @LIBS@ \
13
@gobject_LIBS@\
14
@gtk_LIBS@\
15
@gmodule_LIBS@
16
17
18
AM_LDFLAGS = \
19
@EXTRA_LDFLAGS@\
20
@LDFLAGS@
21
22
AM_CFLAGS = @CFLAGS@\
23
@glib_CFLAGS@\
24
@gobject_CFLAGS@\
25
@gtk_CFLAGS@\
26
@gmodule_CFLAGS@
27
28
29
EXTRA_DIST = \
30
bacon-message-connection.h