gnome-control-center/shell/alt/Makefile.am
Georges Basile Stavracas Neto 2bb6d441a7 build: create another executable for the new layout
This way, we can test both layouts in parallel and, in
case something goes wrong, we always have to old layout
as a fallback.

https://bugzilla.gnome.org/show_bug.cgi?id=766922
2016-06-03 12:32:36 -03:00

19 lines
429 B
Makefile

AM_CPPFLAGS = \
-DGNOMELOCALEDIR="\"$(datadir)/locale\""\
-I$(top_srcdir) \
$(SHELL_CFLAGS) \
$(CHEESE_CFLAGS) \
$(WACOM_PANEL_CFLAGS) \
-I$(top_srcdir)/shell \
-I$(top_srcdir)/panels/common \
-I$(top_srcdir)/libgd
noinst_LTLIBRARIES = libshell_alt.la
libshell_alt_la_SOURCES = \
cc-window.c \
cc-window.h
libshell_alt_la_LIBADD = $(top_builddir)/libgd/libgd.la
-include $(top_srcdir)/git.mk