mutter/src/Makefile.am

50 lines
799 B
Makefile
Raw Normal View History

2001-06-02 00:14:18 -04:00
SUBDIRS=wm-tester
2001-06-17 15:53:45 -04:00
INCLUDES=@METACITY_CFLAGS@ -DMETACITY_LIBEXECDIR=\"$(libexecdir)\" -DHOST_ALIAS=\"@HOST_ALIAS@\"
2001-06-02 00:14:18 -04:00
metacity_SOURCES= \
2001-07-07 14:43:19 -04:00
common.h \
2001-06-18 02:11:53 -04:00
core.c \
core.h \
2001-06-02 00:14:18 -04:00
display.c \
display.h \
effects.c \
effects.h \
2001-06-02 00:14:18 -04:00
errors.c \
errors.h \
eventqueue.c \
eventqueue.h \
2001-06-30 19:17:52 -04:00
fixedtip.c \
fixedtip.h \
2001-06-02 00:14:18 -04:00
frame.c \
frame.h \
2001-06-17 15:53:45 -04:00
frames.c \
frames.h \
2001-06-06 00:47:37 -04:00
keybindings.c \
keybindings.h \
2001-06-02 00:14:18 -04:00
main.c \
main.h \
2001-06-20 23:40:14 -04:00
menu.c \
menu.h \
2001-06-24 02:47:54 -04:00
place.c \
place.h \
2001-06-02 00:14:18 -04:00
screen.c \
screen.h \
2001-06-09 17:58:30 -04:00
session.c \
session.h \
2001-06-10 03:52:35 -04:00
stack.c \
stack.h \
2001-06-18 02:11:53 -04:00
ui.c \
ui.h \
2001-06-02 00:14:18 -04:00
util.c \
util.h \
window.c \
2001-06-03 01:39:43 -04:00
window.h \
2001-06-06 00:47:37 -04:00
workspace.c \
2001-06-17 15:53:45 -04:00
workspace.h
2001-06-02 00:14:18 -04:00
bin_PROGRAMS=metacity
metacity_LDADD= @METACITY_LIBS@