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/widgets/Makefile.am

18 lines
530 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 = libwidgets.la
libwidgets_la_SOURCES = gm-app-view.c gm-app-view.h \
gm-world-view.c gm-world-view.h \
gm-world-text-view.c gm-world-text-view.h \
gm-world-input-view.c gm-world-input-view.h
libwidgets_la_LIBADD = @PACKAGE_LIBS@ $(INTLLIBS) @RUBYLINK@
AM_CFLAGS = -Werror -Wall -Wsign-compare