Makefile: Use $(NULL) in one more place

This commit is contained in:
Jasper St. Pierre 2014-09-01 13:04:14 -07:00
parent 032a688a72
commit 584f8c8381

View File

@ -101,7 +101,8 @@ shell_public_headers_h = \
shell-tray-manager.h \
shell-util.h \
shell-window-tracker.h \
shell-wm.h
shell-wm.h \
$(NULL)
if HAVE_NETWORKMANAGER
shell_public_headers_h += shell-network-agent.h