diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-02-17 10:34:06 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-02-17 10:34:06 +0000 |
commit | 30e792c37a1a6a90b49190a43264c3e064391875 (patch) | |
tree | 0ec25cd9cbc45ccb1bf034e90261d1a306c6deca /graphics/Makefile.am | |
parent | 16bb8ac7793fbb2ddb6aa652a95ffa311c453a1a (diff) | |
download | clientdata-30e792c37a1a6a90b49190a43264c3e064391875.tar.gz clientdata-30e792c37a1a6a90b49190a43264c3e064391875.tar.bz2 clientdata-30e792c37a1a6a90b49190a43264c3e064391875.tar.xz clientdata-30e792c37a1a6a90b49190a43264c3e064391875.zip |
Fixed Makefile.am still mentioning sprites. I know this is ugly, but whatever.
Diffstat (limited to 'graphics/Makefile.am')
-rw-r--r-- | graphics/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/Makefile.am b/graphics/Makefile.am index 43354894..8cda8fa3 100644 --- a/graphics/Makefile.am +++ b/graphics/Makefile.am @@ -1,2 +1,2 @@ -SUBDIRS = gui images sprites tiles +SUBDIRS = gui images tiles |