repo.or.cz
/
wmaker-crm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed a crashing bug
[wmaker-crm.git]
/
wmlib
/
Makefile.am
blob
e411c3641384ebfd2aabe000a68856d7c3e88994
1
2
AUTOMAKE_OPTIONS = no-dependencies
3
4
lib_LIBRARIES = libWMaker.a
5
6
include_HEADERS = WMaker.h
7
8
INCLUDES = @DFLAGS@ @XCFLAGS@
9
10
libWMaker_a_SOURCES = \
11
menu.c \
12
app.c \
13
event.c \
14
command.c \
15
app.h \
16
menu.h
17