repo.or.cz
/
syx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix plugins with MSVC, thanks to Gulam Faruque.
[syx.git]
/
src
/
Makefile.am
blob
3a2627337255f3c83cd3ab5cfa2752c49a9a9ebf
1
AM_CFLAGS = -ansi -pedantic
2
3
INCLUDES = \
4
-I$(top_srcdir) \
5
$(SYX_DEP_CFLAGS)
6
7
EXTRA_DIST = SConscript syx.ico resources.rc
8
9
bin_PROGRAMS = syx
10
11
syx_SOURCES = main.c
12
13
syx_DEPENDENCIES = $(top_builddir)/syx/libsyx.la
14
syx_LDADD = $(top_builddir)/syx/libsyx.la