This repository has been archived on 2020-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
gnoemoe/src/dialogs/Makefile.am

19 lines
622 B
Makefile

## Process this file with automake to produce Makefile.in
INCLUDES = \
-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
@PACKAGE_CFLAGS@ \
@RUBYINCLUDE@
noinst_LTLIBRARIES = libdialogs.la
libdialogs_la_SOURCES = gm-world-info-dialog.c gm-world-info-dialog.h \
gm-world-logs-dialog.c gm-world-logs-dialog.h \
gm-world-properties-dialog.c gm-world-properties-dialog.h \
gm-worlds-list-dialog.c gm-worlds-list-dialog.h \
gm-scripts-dialog.c gm-scripts-dialog.h
libdialogs_la_LIBADD = @PACKAGE_LIBS@ $(INTLLIBS) @RUBYLINK@
AM_CFLAGS = -Werror -Wall -Wsign-compare