diff options
-rw-r--r-- | source3/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 19dd6e7025..528fb11c8d 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -3074,7 +3074,8 @@ TOPFILES=dynconfig.o localedir.o cleanlibs:: -rm -f ../lib/*/*.o ../lib/*/*/*.o \ ../libcli/*.o ../libcli/*/*.o ../libcli/*/*/*.o \ - ../librpc/*/*.o + ../librpc/*/*.o \ + ../libgpo/*.o ../libgpo/*/*.o clean:: cleanlibs -rm -f include/build_env.h |