gnome-control-center/panels/user-accounts/data/Makefile.am
Matthias Clasen 60c8f11a12 user: Move the language chooser to common
It will soon be used in the region panel as well.
2011-08-22 14:29:52 -04:00

28 lines
568 B
Makefile

SUBDIRS = faces icons
uidir = $(pkgdatadir)/ui/user-accounts
ui_DATA = \
account-dialog.ui \
password-dialog.ui \
photo-dialog.ui \
user-accounts-dialog.ui \
account-fingerprint.ui
@INTLTOOL_DESKTOP_RULE@
desktopdir = $(datadir)/applications
Desktop_in_files = gnome-user-accounts-panel.desktop.in
desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop)
EXTRA_DIST = \
gnome-user-accounts-panel.desktop.in.in \
$(ui_DATA)
CLEANFILES = \
gnome-user-accounts-panel.desktop \
$(NULL)
DISTCLEANFILES = \
$(NULL)
-include $(top_srcdir)/git.mk