Update build-system for the new sample/ directory.
git-svn-id: http://tint2.googlecode.com/svn/trunk@233 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
17
sample/Makefile.am
Normal file
17
sample/Makefile.am
Normal file
@@ -0,0 +1,17 @@
|
||||
rcdir = $(sysconfdir)/xdg/$(PACKAGE_NAME)
|
||||
|
||||
dist_rc_DATA = tint2rc
|
||||
|
||||
if INSTALL_EXAMPLES
|
||||
examplesdir = $(docdir)/examples
|
||||
dist_examples_DATA = default.tint2rc \
|
||||
vertical_icon_only.tint2rc \
|
||||
rounded_multi_desktop.tint2rc \
|
||||
black_single_desktop.tint2rc \
|
||||
horizontal_icon_only.tint2rc \
|
||||
white_single_desktop.tint2rc
|
||||
else
|
||||
examplesdir =
|
||||
dist_examples_DATA =
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user