X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=sample%2FMakefile.am;fp=sample%2FMakefile.am;h=3049e8aa548da0c5826de3e1de302f37ce260e06;hb=108ab1deff6cef7d1d9fd27c0125e2456848526b;hp=0000000000000000000000000000000000000000;hpb=0b4232eb80dc1ab321adb9472ce873c6ecec8f9c;p=chaz%2Ftint2 diff --git a/sample/Makefile.am b/sample/Makefile.am new file mode 100644 index 0000000..3049e8a --- /dev/null +++ b/sample/Makefile.am @@ -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 +