mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
rename awesome-version.[ch] to version.[ch]
This commit is contained in:
parent
c1f06b3d3f
commit
6fd3801ef0
6 changed files with 9 additions and 9 deletions
|
@ -113,7 +113,7 @@ bin_PROGRAMS += awesome
|
|||
awesome_SOURCES = \
|
||||
client.c client.h \
|
||||
placement.c placement.h \
|
||||
common/awesome-version.c common/awesome-version.h \
|
||||
common/version.c common/version.h \
|
||||
focus.c focus.h \
|
||||
common/draw.c common/draw.h \
|
||||
event.c event.h \
|
||||
|
@ -143,7 +143,7 @@ awesome_LDADD = $(XFT_LIBS) $(X_LIBS) $(CAIRO_LIBS) $(CONFUSE_LIBS) $(XRANDR_LIB
|
|||
bin_PROGRAMS += awesome-client
|
||||
awesome_client_SOURCES = \
|
||||
awesome-client.c common/awclient.h \
|
||||
common/awesome-version.c common/awesome-version.h \
|
||||
common/version.c common/version.h \
|
||||
common/awclient.c \
|
||||
common/util.c common/util.h
|
||||
|
||||
|
@ -152,7 +152,7 @@ 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 \
|
||||
common/version.h common/version.c \
|
||||
common/configopts.h common/configopts.c \
|
||||
awesome-message.c
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include <sys/un.h>
|
||||
|
||||
#include "common/awclient.h"
|
||||
#include "common/awesome-version.h"
|
||||
#include "common/version.h"
|
||||
#include "common/util.h"
|
||||
|
||||
/* GNU/Hurd workaround */
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
#include "common/swindow.h"
|
||||
#include "common/util.h"
|
||||
#include "common/awesome-version.h"
|
||||
#include "common/version.h"
|
||||
#include "common/configopts.h"
|
||||
|
||||
#define PROGNAME "awesome-message"
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
#include "tag.h"
|
||||
#include "common/awclient.h"
|
||||
#include "common/util.h"
|
||||
#include "common/awesome-version.h"
|
||||
#include "common/version.h"
|
||||
#include "common/configopts.h"
|
||||
|
||||
static int (*xerrorxlib) (Display *, XErrorEvent *);
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* awesome-version.c - version message utility functions
|
||||
* version.c - version message utility functions
|
||||
*
|
||||
* Copyright © 2008 Julien Danjou <julien@danjou.info>
|
||||
* Copyright © 2008 Hans Ulrich Niedermann <hun@n-dimensional.de>
|
||||
|
@ -22,7 +22,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "common/awesome-version.h"
|
||||
#include "common/version.h"
|
||||
#include "awesome-version-internal.h"
|
||||
|
||||
/** \brief Print version message and quit program.
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* awesome-version.h - version message utility functions header
|
||||
* version.h - version message utility functions header
|
||||
*
|
||||
* Copyright © 2008 Julien Danjou <julien@danjou.info>
|
||||
* Copyright © 2008 Hans Ulrich Niedermann <hun@n-dimensional.de>
|
Loading…
Reference in a new issue