From 46f42de45f8b9fca025ddf6c998a134182b05e9f Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Sun, 27 Jan 2008 15:53:28 +0100 Subject: [PATCH] rename to awesome-message to be respect awesome naming scheme --- .gitignore | 1 + Makefile.am | 8 ++++---- awmessage.c => awesome-message.c | 0 3 files changed, 5 insertions(+), 4 deletions(-) rename awmessage.c => awesome-message.c (100%) diff --git a/.gitignore b/.gitignore index c75bfbebc..c5f25a855 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ uicbgen.h widgetgen.h layoutgen.h awesome-version-internal.h +awesome-message diff --git a/Makefile.am b/Makefile.am index fa731ed85..86d84df72 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/awmessage.c b/awesome-message.c similarity index 100% rename from awmessage.c rename to awesome-message.c