rename to awesome-message to be respect awesome naming scheme

This commit is contained in:
Julien Danjou 2008-01-27 15:53:28 +01:00
parent af4c6d6d58
commit 46f42de45f
3 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View File

@ -23,3 +23,4 @@ uicbgen.h
widgetgen.h
layoutgen.h
awesome-version-internal.h
awesome-message

View File

@ -141,15 +141,15 @@ awesome_client_SOURCES = \
common/awclient.c \
common/util.c common/util.h
bin_PROGRAMS += awmessage
awmessage_SOURCES = \
bin_PROGRAMS += awesome-message
awesome_message_SOURCES = \
common/swindow.c common/swindow.h \
common/draw.c common/draw.h \
common/util.h common/util.c \
common/awesome-version.h common/awesome-version.c \
awmessage.c
awesome-message.c
awmessage_LDADD = $(XFT_LIBS) $(X_LIBS) $(CAIRO_LIBS)
awesome_message_LDADD = $(XFT_LIBS) $(X_LIBS) $(CAIRO_LIBS)
EXTRA_DIST += awesome.1.txt
man_MANS += awesome.1