options.{c,h} -> option_parser.{c,h}
This commit is contained in:
parent
be5940bc74
commit
56716ec948
2
Makefile
2
Makefile
@ -3,7 +3,7 @@
|
||||
|
||||
include config.mk
|
||||
|
||||
SRC = draw.c dunst.c dbus.c utils.c options.c settings.c
|
||||
SRC = draw.c dunst.c dbus.c utils.c option_parser.c settings.c
|
||||
OBJ = ${SRC:.c=.o}
|
||||
|
||||
all: doc options dunst service
|
||||
|
2
dunst.c
2
dunst.c
@ -34,7 +34,7 @@
|
||||
#include "dbus.h"
|
||||
#include "utils.h"
|
||||
|
||||
#include "options.h"
|
||||
#include "option_parser.h"
|
||||
#include "settings.h"
|
||||
|
||||
// }}}
|
||||
|
@ -8,7 +8,7 @@
|
||||
#include <stdio.h>
|
||||
#include <glib.h>
|
||||
|
||||
#include "options.h"
|
||||
#include "option_parser.h"
|
||||
#include "utils.h"
|
||||
|
||||
typedef struct _entry_t {
|
@ -5,7 +5,7 @@
|
||||
#include <basedir_fs.h>
|
||||
|
||||
#include "dunst.h"
|
||||
#include "options.h"
|
||||
#include "option_parser.h"
|
||||
#include "settings.h"
|
||||
#include "config.h"
|
||||
// }}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user