Skip to content

Commit

Permalink
Move utils_parse_option.[ch] out of the daemon/ directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
octo committed Sep 20, 2014
1 parent c62cf94 commit 14c9c9b
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 6 deletions.
6 changes: 4 additions & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,8 @@ if BUILD_PLUGIN_EXEC
pkglib_LTLIBRARIES += exec.la
exec_la_SOURCES = exec.c \
utils_cmd_putnotif.c utils_cmd_putnotif.h \
utils_cmd_putval.c utils_cmd_putval.h
utils_cmd_putval.c utils_cmd_putval.h \
utils_parse_option.h utils_parse_option.c
exec_la_LDFLAGS = -module -avoid-version
exec_la_LIBADD = -lpthread
endif
Expand Down Expand Up @@ -1042,7 +1043,8 @@ unixsock_la_SOURCES = unixsock.c \
utils_cmd_getthreshold.h utils_cmd_getthreshold.c \
utils_cmd_listval.h utils_cmd_listval.c \
utils_cmd_putval.h utils_cmd_putval.c \
utils_cmd_putnotif.h utils_cmd_putnotif.c
utils_cmd_putnotif.h utils_cmd_putnotif.c \
utils_parse_option.h utils_parse_option.c
unixsock_la_LDFLAGS = -module -avoid-version
unixsock_la_LIBADD = -lpthread
endif
Expand Down
1 change: 0 additions & 1 deletion src/daemon/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ collectd_SOURCES = collectd.c collectd.h \
utils_complain.c utils_complain.h \
utils_heap.c utils_heap.h \
utils_llist.c utils_llist.h \
utils_parse_option.c utils_parse_option.h \
utils_random.c utils_random.h \
utils_tail_match.c utils_tail_match.h \
utils_match.c utils_match.h \
Expand Down
1 change: 0 additions & 1 deletion src/tokyotyrant.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include "plugin.h"
#include "common.h"
#include "utils_cache.h"
#include "utils_parse_option.h"

#include <tcrdb.h>

Expand Down
1 change: 0 additions & 1 deletion src/utils_format_graphite.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

#include "utils_format_graphite.h"
#include "utils_cache.h"
#include "utils_parse_option.h"

#define GRAPHITE_FORBIDDEN " \t\"\\:!/()\n\r"

Expand Down
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion src/write_graphite.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@

#include "utils_cache.h"
#include "utils_complain.h"
#include "utils_parse_option.h"
#include "utils_format_graphite.h"

/* Folks without pthread will need to disable this plugin. */
Expand Down

0 comments on commit 14c9c9b

Please sign in to comment.