2003-04-23 Alexander Larsson <alexl@redhat.com> * .cvsignore: * display-capplet.png: * display-properties.desktop.in: * main.c: * Makefile.am: Initial import. UI not fully polished yet. 2003-04-23 Alexander Larsson <alexl@redhat.com> * capplets/Makefile.am: * configure.in: * capplets/display/* Check for XRandR support. Add display capplet.
26 lines
810 B
Makefile
26 lines
810 B
Makefile
bin_PROGRAMS = gnome-display-properties
|
|
|
|
gnome_display_properties_LDADD = $(DISPLAY_CAPPLET_LIBS) $(top_builddir)/capplets/common/libcommon.la
|
|
gnome_display_properties_SOURCES = \
|
|
main.c
|
|
gnome_display_properties_LDFLAGS = -export-dynamic
|
|
|
|
@INTLTOOL_DESKTOP_RULE@
|
|
|
|
iconsdir = $(GNOMECC_ICONS_DIR)
|
|
icons_DATA = display-capplet.png
|
|
|
|
desktop_iconsdir = $(datadir)/pixmaps
|
|
desktop_icons_DATA = display-capplet.png
|
|
|
|
desktopdir = $(GNOMECC_DESKTOP_DIR)
|
|
Desktop_in_files = display-properties.desktop.in
|
|
desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop)
|
|
|
|
INCLUDES = $(DISPLAY_CAPPLET_CFLAGS) \
|
|
$(GNOMECC_CAPPLETS_CFLAGS) \
|
|
-DGLADEDIR=\""$(gladedir)"\" \
|
|
-DPIXMAPDIR=\""$(pixmapdir)"\"
|
|
|
|
CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES)
|
|
EXTRA_DIST = $(Desktop_in_files) $(icons_DATA)
|