diff options
author | TingPing <tingping@tingping.se> | 2013-09-27 21:56:13 -0400 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2013-09-29 02:24:06 -0400 |
commit | 1f84c507a058f5baa01a632ce2478fa31854907d (patch) | |
tree | 4cbd6188a2e92839be97ac2dc996420a5c3aba00 /src/Makefile.am | |
parent | 0d2feba69cd3fda426fd3b786afb8b7c563a62da (diff) |
Reorganize files and migrate images to gresource
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 6cb77148..d789a24f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -11,7 +11,7 @@ if DO_GTK gtk_fe = fe-gtk endif -SUBDIRS = pixmaps common $(gtk_fe) $(text_fe) +SUBDIRS = common $(gtk_fe) $(text_fe) if WITH_TM SUBDIRS += htm |