Skip to content

Commit

Permalink
move libcommon/debug.[ch] into powerman source
Browse files Browse the repository at this point in the history
Problem: the debug.c stuff is only used by powerman but it
appears in libcommon.

Move it into the powerman directory.
  • Loading branch information
garlick committed Feb 8, 2024
1 parent fb63666 commit 6bf6fd6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/libcommon/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ noinst_LTLIBRARIES = libcommon.la
libcommon_la_SOURCES = \
argv.c \
argv.h \
debug.c \
debug.h \
error.c \
error.h \
hprintf.c \
Expand Down
2 changes: 2 additions & 0 deletions src/powerman/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ powermand_SOURCES = \
client_proto.h \
daemon.c \
daemon.h \
debug.c \
debug.h \
device.c \
device.h \
device_pipe.c \
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 6bf6fd6

Please sign in to comment.