diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-11-11 18:33:36 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-11-11 18:33:36 -0600 |
commit | 4a7ce6c116b699fb935310af59743972bb628aab (patch) | |
tree | a37c26e363a33bcd4626b4757d3c0603d3d81b6c /Makefile.am | |
parent | 98eb5b995addf1bd754412065a090adb809309ab (diff) | |
download | gtk3-tqt-engine-4a7ce6c116b699fb935310af59743972bb628aab.tar.gz gtk3-tqt-engine-4a7ce6c116b699fb935310af59743972bb628aab.zip |
Split user css information and main engine css control files
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 261c0fb..571511b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,7 @@ SUBDIRS = \ build \ tdegtk \ + rc \ tests ACLOCAL_AMFLAGS = -I build |