mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-15 05:25:53 +01:00
Initial revision
This commit is contained in:
17
wmlib/Makefile.am
Normal file
17
wmlib/Makefile.am
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
AUTOMAKE_OPTIONS = no-dependencies
|
||||
|
||||
lib_LIBRARIES = libWMaker.a
|
||||
|
||||
include_HEADERS = WMaker.h
|
||||
|
||||
INCLUDES = @DFLAGS@ @XCFLAGS@
|
||||
|
||||
libWMaker_a_SOURCES = \
|
||||
menu.c \
|
||||
app.c \
|
||||
event.c \
|
||||
command.c \
|
||||
app.h \
|
||||
menu.h
|
||||
|
||||
Reference in New Issue
Block a user