diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-20 13:54:11 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-20 13:54:11 +0000 |
commit | 33f061484d7456f0eb34f9ebab7a82e25ac26448 (patch) | |
tree | bd7f3f767667671c0966a1a228206661adee204f /Makefile.am | |
parent | 2c77e9c00d337ff307835de556a1546037bc108f (diff) | |
download | rsyslog-33f061484d7456f0eb34f9ebab7a82e25ac26448.tar.gz rsyslog-33f061484d7456f0eb34f9ebab7a82e25ac26448.tar.xz rsyslog-33f061484d7456f0eb34f9ebab7a82e25ac26448.zip |
created var class out of property_t
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a0e61210..d5dd3ba8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,6 +26,8 @@ rsyslogd_SOURCES = \ threads.h \ stream.c \ stream.h \ + var.c \ + var.h \ wtp.c \ wtp.h \ wti.c \ |