mirror of
https://github.com/kichikuou/xsystem35-sdl2.git
synced 2026-09-22 22:48:08 +03:00
12 lines
161 B
Makefile
12 lines
161 B
Makefile
## Makefile.am for xsystem35
|
|
|
|
SUBDIRS = po macros src
|
|
|
|
if ENABLE_LTDL
|
|
SUBDIRS += libltdl modules
|
|
endif
|
|
|
|
ACLOCAL_AMFLAGS = -I macros
|
|
|
|
EXTRA_DIST = xsystem35.spec
|