mutter/src/Makefile.am

35 lines
555 B
Makefile
Raw Normal View History

2001-06-02 00:14:18 -04:00
SUBDIRS=uislave
2001-06-02 21:33:27 -04:00
INCLUDES=@METACITY_CFLAGS@ -DMETACITY_LIBEXECDIR=\"$(libexecdir)\" -DHOST_ALIAS=\"@HOST_ALIAS@\"
2001-06-02 00:14:18 -04:00
metacity_SOURCES= \
api.c \
api.h \
colors.c \
colors.h \
display.c \
display.h \
errors.c \
errors.h \
eventqueue.c \
eventqueue.h \
frame.c \
frame.h \
main.c \
main.h \
screen.c \
screen.h \
theme.c \
theme.h \
uislave.c \
uislave.h \
util.c \
util.h \
window.c \
window.h
bin_PROGRAMS=metacity
metacity_LDADD= @METACITY_LIBS@