diff options
author | neal <neal> | 2008-08-12 13:29:07 +0000 |
---|---|---|
committer | neal <neal> | 2008-08-12 13:29:07 +0000 |
commit | f3f4fc9bc7c320739f617f040f9c78dd5495ab85 (patch) | |
tree | 2a06f43aa13658659735a89918311f88984af215 | |
parent | 6b49ed9f8754ad8dc5c45d707c2a89095b12f20d (diff) |
Fix blotched commit.
-rw-r--r-- | libc-parts/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libc-parts/Makefile.am b/libc-parts/Makefile.am index 8fceeb5..73d6514 100644 --- a/libc-parts/Makefile.am +++ b/libc-parts/Makefile.am @@ -34,7 +34,8 @@ common_sources = assert.h \ panic.c _exit.c \ elf.h loader.h loader.c \ process-spawn.h process-spawn.c \ - md5.h md5.c + md5.h md5.c \ + profile.h profile.c libc_parts_a_CPPFLAGS = $(USER_CPPFLAGS) libc_parts_a_CFLAGS = $(USER_CFLAGS) |