15 lines
242 B
Makefile
15 lines
242 B
Makefile
#
|
|
#
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
includedir = ${prefix}/include/nel/georges
|
|
|
|
include_HEADERS = load_form.h \
|
|
u_form_dfn.h \
|
|
u_form_elm.h \
|
|
u_form.h \
|
|
u_form_loader.h \
|
|
u_type.h
|
|
|
|
# End of Makefile.am
|