diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-12-23 23:22:57 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-12-23 23:22:57 +0100 |
commit | dcc4081f75f0d0c51878385477f7738f49a761dd (patch) | |
tree | 45a738b1d23c7e5bd3e415e4d74594fd7dc7732a /lib | |
parent | 8df6af213a0ca9a70e30c630970b5e2d2debe821 (diff) | |
download | samba-dcc4081f75f0d0c51878385477f7738f49a761dd.tar.gz samba-dcc4081f75f0d0c51878385477f7738f49a761dd.tar.bz2 samba-dcc4081f75f0d0c51878385477f7738f49a761dd.zip |
Fix more compiler warnings.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tevent/tevent.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tevent/tevent.mk b/lib/tevent/tevent.mk index 1b4175f1a1..6538362a06 100644 --- a/lib/tevent/tevent.mk +++ b/lib/tevent/tevent.mk @@ -22,6 +22,7 @@ installdirs:: installheaders:: installdirs cp $(srcdir)/tevent.h $(DESTDIR)$(includedir) cp $(srcdir)/tevent_internal.h $(DESTDIR)$(includedir) + cp $(srcdir)/tevent_util.h $(DESTDIR)$(includedir) installlibs:: installdirs cp tevent.pc $(DESTDIR)$(libdir)/pkgconfig |