this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix recompiles during "make install"

+3 -2
+2 -2
src/libnotify/notifyd/CMakeLists.txt
··· 5 5 ${CMAKE_SOURCE_DIR}/src/libc/stdtime/FreeBSD 6 6 ) 7 7 8 - mig(../notify_ipc.defs) 8 + mig(notify_ipc.defs) 9 9 set(notifyd_sources 10 10 notifyd.c 11 11 notify_proc.c 12 12 pathwatch.c 13 13 service.c 14 14 timer.c 15 - ${CMAKE_CURRENT_BINARY_DIR}/../notify_ipcServer.c 15 + ${CMAKE_CURRENT_BINARY_DIR}/notify_ipcServer.c 16 16 ) 17 17 18 18 add_darling_executable(notifyd ${notifyd_sources})
+1
src/libnotify/notifyd/notify_ipc.defs
··· 1 + ../notify_ipc.defs