- Timestamp:
- 05/09/08 14:43:38 (5 years ago)
- Parents:
- 065aeb81158ce490b30f38125a0093ae55a45366
- Children:
- 0958ce6e3faf508d641138f02672d19883e39604
- git-committer:
- Armin Burgmeier <armin@arbur.net> / 2008-05-09T14:43:38Z+0200
- Files:
-
- 1 modified
-
src/commands/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/commands/Makefile.am
rb5b6b61 rdddf956 2 2 3 3 libgobby_commands_a_SOURCES = \ 4 browser-commands.cpp 4 browser-commands.cpp \ 5 file-commands.cpp 5 6 6 libgobby_commands_a_CPPFLAGS = $(gobby_CFLAGS) -I../../inc/ 7 libgobby_commands_a_CPPFLAGS = $(gobby_CFLAGS) -I../../inc/ \ 8 -DLOCALE_DIR=\""$(datadir)/locale"\" \ 9 -DAPPICON_DIR=\""$(appicondir)"\" \ 10 -DPIXMAPS_DIR=\""$(pixmapdir)"\"
